[INFO] fetching crate jsonrpc-derive 18.0.0...
[INFO] fixing jsonrpc-derive-18.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate jsonrpc-derive 18.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate jsonrpc-derive 18.0.0
[INFO] finished tweaking crates.io crate jsonrpc-derive 18.0.0
[INFO] tweaked toml for crates.io crate jsonrpc-derive 18.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jsonrpc-derive 18.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jsonrpc-derive 18.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25
[INFO] running `Command { std: "docker" "start" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.126 removed features: derive, serde_derive
[INFO] [stderr]   serde v1.0.126 (as host dependency) removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   tokio v1.8.2 removed features: winapi
[INFO] [stderr]   tokio v1.8.2 (as host dependency) removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]     Checking futures-sink v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling tokio v1.8.2
[INFO] [stderr]     Checking tinyvec v1.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stderr]     Checking bstr v0.2.16
[INFO] [stderr]    Compiling trybuild v1.0.42
[INFO] [stderr]     Checking glob v0.3.0
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking quote v1.0.9
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking globset v0.4.8
[INFO] [stderr]     Checking tokio-util v0.6.7
[INFO] [stderr]     Checking tokio-stream v0.1.7
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking proc-macro-crate v0.1.5
[INFO] [stderr]     Checking jsonrpc-core v18.0.0
[INFO] [stderr]     Checking jsonrpc-derive v18.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking jsonrpc-pubsub v18.0.0
[INFO] [stderr]     Checking jsonrpc-server-utils v18.0.0
[INFO] [stderr]     Checking jsonrpc-tcp-server v18.0.0
[INFO] [stderr]     Checking jsonrpc-client-transports v18.0.0
[INFO] [stderr]     Checking jsonrpc-core-client v18.0.0
[INFO] [stderr]        Fixed src/to_client.rs (5 fixes)
[INFO] [stderr]    Migrating tests/pubsub-macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/std.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/meta-macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/generic-trait.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/trailing.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/pubsub-macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/client.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/trybuild.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/generic-trait-bounds.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/client-local.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.22s
[INFO] [stderr] crater-edition-check: jsonrpc-derive v18.0.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling tokio v1.8.2
[INFO] [stderr]    Compiling jsonrpc-derive v18.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-stream v0.1.7
[INFO] [stderr]     Checking tokio-util v0.6.7
[INFO] [stderr]     Checking jsonrpc-server-utils v18.0.0
[INFO] [stderr]     Checking jsonrpc-tcp-server v18.0.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.11s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.126 removed features: derive, serde_derive
[INFO] [stderr]   serde v1.0.126 (as host dependency) removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   tokio v1.8.2 removed features: winapi
[INFO] [stderr]   tokio v1.8.2 (as host dependency) removed features: winapi
[INFO] [stderr] 
[INFO] [stderr]     Checking jsonrpc-derive v18.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/to_client.rs:296:10
[INFO] [stdout]     |
[INFO] [stdout] 282 |             let segments = extract_path_segments(&**ty)?;
[INFO] [stdout]     |                 --------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `segments` calls a custom destructor
[INFO] [stdout]     |                 `segments` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 296 |             match check_segment(&segments[0]) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 303 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `segments` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/rpc_trait.rs (1 fix)
[INFO] [stderr]        Fixed src/to_client.rs (1 fix)
[INFO] [stderr]    Migrating tests/pubsub-macros.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/generic-trait.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `pubsub_macros`
[INFO] [stderr]  --> tests/pubsub-macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> tests/pubsub-macros.rs:21:1
[INFO] [stderr]               |
[INFO] [stderr]            21 | #[rpc] + use<>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `generic_trait`
[INFO] [stderr]  --> examples/generic-trait.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> examples/generic-trait.rs:6:1
[INFO] [stderr]              |
[INFO] [stderr]            6 | #[rpc] + use<One, Two>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<One, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<(), RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<(One, Two), RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/pubsub-macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `macros`
[INFO] [stderr]  --> tests/macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> tests/macros.rs:15:1
[INFO] [stderr]               |
[INFO] [stderr]            15 | #[rpc] + use<>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<i64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/std.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/client.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `std`
[INFO] [stderr]  --> examples/std.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> examples/std.rs:9:1
[INFO] [stderr]              |
[INFO] [stderr]            8 | /// Rpc trait
[INFO] [stderr]              | ------------- other attributes here
[INFO] [stderr]            9 | #[rpc] + use<>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/meta-macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `client`
[INFO] [stderr]  --> tests/client.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> tests/client.rs:10:2
[INFO] [stderr]               |
[INFO] [stderr]            10 |     #[rpc(params = "positional")] + use<>
[INFO] [stderr]               |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> tests/client.rs:45:4
[INFO] [stdout]     |
[INFO] [stdout]  45 |             futures::join!(fut, rpc_client).1.unwrap();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |             |
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.15/src/mpsc/mod.rs:929:1
[INFO] [stdout]     |
[INFO] [stdout] 929 | impl<T> Drop for UnboundedSenderInner<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `futures::join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/client.rs:10:2
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[rpc(params = "positional")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/client.rs:10:2
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[rpc(params = "positional")]
[INFO] [stdout]    |     ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[rpc(params = "positional")] + use<>
[INFO] [stdout]    |                                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<Value, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/client.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[rpc(client, params = "named")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/client.rs:55:2
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[rpc(client, params = "named")]
[INFO] [stdout]    |     ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[rpc(client, params = "named")] + use<>
[INFO] [stdout]    |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<Value, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/client.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[rpc(client)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/client.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[rpc(client)]
[INFO] [stdout]    |     ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[rpc(client)] + use<>
[INFO] [stdout]    |                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/client-local.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `meta_macros`
[INFO] [stderr]  --> examples/meta-macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> examples/meta-macros.rs:11:1
[INFO] [stderr]               |
[INFO] [stderr]            11 | #[rpc] + use<One>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<One, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/trailing.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `client_local`
[INFO] [stderr]  --> examples/client-local.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> examples/client-local.rs:9:1
[INFO] [stderr]              |
[INFO] [stderr]            8 | /// Rpc trait
[INFO] [stderr]              | ------------- other attributes here
[INFO] [stderr]            9 | #[rpc] + use<>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/client-local.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `trailing`
[INFO] [stderr]  --> tests/trailing.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> tests/trailing.rs:5:1
[INFO] [stderr]              |
[INFO] [stderr]            5 | #[rpc] + use<>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<std::string::String, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl std::future::Future<Output = std::result::Result<u64, RpcError>>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/trybuild.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/to_client.rs:296:10
[INFO] [stdout]     |
[INFO] [stdout] 282 |             let segments = extract_path_segments(&**ty)?;
[INFO] [stdout]     |                 --------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `segments` calls a custom destructor
[INFO] [stdout]     |                 `segments` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 296 |             match check_segment(&segments[0]) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 303 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `segments` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/generic-trait-bounds.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s
[INFO] [stderr] crater-edition-check: jsonrpc-derive v18.0.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling jsonrpc-derive v18.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/client.rs:36:13
[INFO] [stdout]     |
[INFO] [stdout]  36 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  37 | |             .clone()
[INFO] [stdout]     | |____________________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  42 |               });
[INFO] [stdout]     |                 - temporary value is freed at the end of this statement
[INFO] [stdout]  43 |           let exec = futures::executor::ThreadPool::builder().pool_size(1).create().unwrap();
[INFO] [stdout]  44 | /         exec.spawn_ok(async move {
[INFO] [stdout]  45 | |             futures::join!(fut, rpc_client).1.unwrap();
[INFO] [stdout]  46 | |         });
[INFO] [stdout]     | |__________- argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.15/src/thread_pool.rs:123:43
[INFO] [stdout]     |
[INFO] [stdout] 123 |         Fut: Future<Output = ()> + Send + 'static,
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> tests/client.rs:36:13
[INFO] [stdout]     |
[INFO] [stdout]  36 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  37 | |             .clone()
[INFO] [stdout]  38 | |             .add(3, 4)
[INFO] [stdout]     | |______________________^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout]  10 |     #[rpc(params = "positional")] + use<>
[INFO] [stdout]     |                                   +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/client.rs:80:13
[INFO] [stdout]     |
[INFO] [stdout]  80 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  81 | |             .clone()
[INFO] [stdout]     | |____________________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  86 |               });
[INFO] [stdout]     |                 - temporary value is freed at the end of this statement
[INFO] [stdout]  87 |           let exec = futures::executor::ThreadPool::builder().pool_size(1).create().unwrap();
[INFO] [stdout]  88 |           exec.spawn_ok(async move { futures::join!(fut, rpc_client).1.unwrap() });
[INFO] [stdout]     |           ------------------------------------------------------------------------ argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.15/src/thread_pool.rs:123:43
[INFO] [stdout]     |
[INFO] [stdout] 123 |         Fut: Future<Output = ()> + Send + 'static,
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> tests/client.rs:80:13
[INFO] [stdout]     |
[INFO] [stdout]  80 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  81 | |             .clone()
[INFO] [stdout]  82 | |             .call_with_named(3, String::from("test string"), json!({"key": ["value"]}))
[INFO] [stdout]     | |_______________________________________________________________________________________^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout]  55 |     #[rpc(client, params = "named")] + use<>
[INFO] [stdout]     |                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> tests/client.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 119 | |             .clone()
[INFO] [stdout]     | |____________________^ creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 124 |               });
[INFO] [stdout]     |                 - temporary value is freed at the end of this statement
[INFO] [stdout] 125 |           let exec = futures::executor::ThreadPool::builder().pool_size(1).create().unwrap();
[INFO] [stdout] 126 |           exec.spawn_ok(async move { futures::join!(fut, rpc_client).1.unwrap() });
[INFO] [stdout]     |           ------------------------------------------------------------------------ argument requires that borrow lasts for `'static`
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.15/src/thread_pool.rs:123:43
[INFO] [stdout]     |
[INFO] [stdout] 123 |         Fut: Future<Output = ()> + Send + 'static,
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> tests/client.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |           let fut = client
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 119 | |             .clone()
[INFO] [stdout] 120 | |             .call_raw_single_param(expected.clone())
[INFO] [stdout]     | |____________________________________________________^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout]  97 |     #[rpc(client)] + use<>
[INFO] [stdout]     |                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jsonrpc-derive` (test "client") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25", kill_on_drop: false }`
[INFO] [stdout] a20473f79b12e63ef001a5d81747986b4fd560c8ed2dc127c0d228d13d12df25
